home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Media 4
/
PC MEDIA CD04.iso
/
share
/
udos
/
scr2com
/
makecom.bat
< prev
next >
Wrap
DOS Batch File
|
1990-06-20
|
225b
|
13 lines
@echo off
cls
if %1. == . goto inerror
if %2. == . goto outerror
type %1
scr2com %2 %3 %4 %5 %6 %7 %8 %9
goto done
:inerror
echo No file specified to display
:outerror
echo No file specified for output .COM
:done